-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "Copy URL to clipboard" tooltip does not appear when hovering over a task description link #28951
The "Copy URL to clipboard" tooltip does not appear when hovering over a task description link #28951
Conversation
@ZhenjaHorbach Just waiting for you to be assigned on the main issue. |
@jjcoffee |
Reviewer Checklist
Screenshots/VideosMobile Web - Chromeandroid-chrome.mp4Mobile Web - Safariios-safari-2023-10-11_13.12.22.mp4Desktopmac-desktop-2023-10-11_13.19.43.mp4iOSios-native-2023-10-11_13.15.00.mp4Androidandroid-native.mp4 |
Based on @thienlnam's comment on Slack, it sounds like we're wanting to disable the Confirm Task - Should we disable markdown processing altogether here? Task detail |
If there are such thoughts, then we can probably expand the solution and add 3 item menu states )
|
Hello )
cc: @jjcoffee |
Ah sorry, I commented in Slack, but it sounds like we want to keep markdown/links in this particular view. As for the tooltip, I think we should stay consistent with other link tooltips in chat which just shows the URL in the tooltip, right? |
Yes, links have the same tooltip with URL copy ) |
@jjcoffee |
@jjcoffee , Bump ) |
@ZhenjaHorbach Did you test with task description on Android? I'm still getting the hashtag rendered (works fine on private notes): |
Strange, I will check |
@jjcoffee This changes was made in this PR I checked and I didn't find a single reason And it works on private notes, because we get title from props with all tags |
@ZhenjaHorbach If you look a bit deeper, it's required because of this
To be safe maybe we can just do |
I have tried ) Maybe add a prop that disables adding a special character?) |
Ahhh never mind, I see that we do
So should be safe to remove! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Ready for your review @youssef-lr (automation went a bit weird since this is linked to 3 different issues)! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/youssef-lr in version: 1.3.86-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.86-5 🚀
|
Details
Fixed Issues
$ #27812
$ #28862
$ #28859
PROPOSAL: #27812 (comment)
Tests
~https://xyz.com/~
and save# https://xvz.com/
and save itOffline tests
~https://xyz.com/~
and save# https://xvz.com/
and save itQA Steps
~https://xyz.com/~
and save# https://xvz.com/
and save itPR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-10-05.at.20.37.46.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
Screen.Recording.2023-10-05.at.20.43.56.mov
iOS
Android